﻿@charset "utf-8";
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: 0; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
html{height: 100%;}
html,body,div,p,strong,span,a,b,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,del,img,i,select,button,textarea,input{margin: 0; padding: 0;}
body{background: #fff; font-family: "Microsoft YaHei"; font-size: 16px; color: #000; position: relative; min-height: 100%;}
input[type="text"],input[type="hidden"],input[type="password"],button,textarea{outline: none; border: none; -webkit-appearance: none; border-radius: 0;}
select{outline: none; border: none;}
a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}
h1,h2,h3,h4,h5,h6,strong{font-weight: normal;}
a{text-decoration: none; color: #000;}
a:hover{text-decoration: none;}
a:focus{text-decoration: none;}
li{list-style: none;}
img{vertical-align: middle; border: none;}
i{font-style: normal;}
.fl{float: left;}
.fr{float: right;}.
.clear{clear: both;}
.hidden{overflow: hidden;}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/*scroll bar*/
::-webkit-scrollbar {width:4px;height:4px}
::-webkit-scrollbar-button:vertical {display:none}
::-webkit-scrollbar-corner,::-webkit-scrollbar-track {background-color:#fff}
::-webkit-scrollbar-thumb {border-radius:0;background-color:#d8d8d8;)}
::-webkit-scrollbar-thumb:vertical:hover {background-color:#d8d8d8;)}
::-webkit-scrollbar-thumb:vertical:active {background-color:#d8d8d8;)}

.container{ max-width: 1920px; margin: 0 auto;}
.container:after{content: ''; display: block; clear: both;}
.container_s{width: 86%; max-width: 1920px; margin: 0 auto;}
.container_s:after{content: ''; display: block; clear: both;}
.content{width: 86%; max-width: 1920px; margin: 0 auto;position: relative;}
.content:after{content: ''; display: block; clear: both;}
.pd2{margin-top: 96px;}

/*header*/
.header{
	padding: 35px 70px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 0;
	z-index: 9;
	/* background:rgba(0,0,0,0.5); */
	transition: all 500ms ease;
}
.headers{
	padding-top:10px;
	padding-bottom:10px;
	background:rgba(0,67,143,0.8);
}
.headers ul{
	border:none !important;
}
.header .logo{
	display: inline-block;
}
.header .logo img{
	display: block;
}
.header ul{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 460px;
	border-bottom: 1px solid #fff;
	font-size: 0;
	text-align: right;
	padding-right: 30px;
}
.header ul li{
	display: inline-block;
	margin: 0 20px;
	vertical-align: top;
	margin-bottom: 20px;
}
.header ul li a{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.header ul li.active a,
.header ul li a:hover{color: #f4e926;}
.header ul li a.border{
	position: relative;
}
.header ul li a.border:before{
	content: '';
	width: 1px;
	height: 16px;
	background: rgba(255,255,255,.5);
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -8px;
}
.header ul li a.search{
	width: 24px;
	height: 24px;
	background: url(../images/head_icon1.png) center no-repeat;
	display: block;
}
.header .btn{width: 95px; display: none; height: 95px; background-color: #003a7c; position: absolute; top: 0; right: 0; background-position: center; background-repeat: no-repeat; background-size: auto 24px; background-image: url(../images/head_icon2.png); cursor: pointer; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.header .btn.active{background-image: url(../images/close.png);}
.header .btn:hover{background-color: #002b5c;}
.header.inner{background: #00438f; padding: 25px 60px;}
.header.inner ul{border: none; bottom: 15px;}

/*footer*/
.footer .copyright{
	background: #181818;
	padding: 25px 60px;
	overflow: hidden;
	text-align: center;
}
.footer .copyright .link{
	float: left;
	color: #fff;
	font-size: 0;
}
.footer .copyright .link a{
	display: inline-block;
	color: #fff;
	opacity: .3;
	font-size: 14px;
	padding: 0 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.footer .copyright .link i{
	font-size: 14px;
	opacity: .3
}
.footer .copyright span{
	font-size: 14px;
	color: rgba(255,255,255,.3);
	/* float: right; */
}
.footer .main{
	padding: 5% 60px;
	background: #212121;
	overflow: hidden;
}
.footer .main .block{
	display: inline-block;
	vertical-align: top;
	margin-right: 6%;
}
.footer .main .block h3{
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
	opacity: .8;
}
.footer .main .block a{
	display: block;
	font-size: 14px;
	color: #fff;
	opacity: .2;
	line-height: 36px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.footer .main .logo_box{
	display: inline-block;
	margin-left: 5%;
}
.footer .main .logo_box img{
	display: block;
	margin: 0 auto;
}
.footer .main .logo_box .p{
	margin-top: 50px;
	padding-left: 50px;
	background: url(../images/foot_icon1.png) left center no-repeat;
}
.footer .main .logo_box p{
	font-size: 16px;
	color: #fff;
	opacity: .2;
	line-height: 30px;
}
.footer .main .logo_box>.bottoms>p{
	padding-top:30px;
	text-align: center;
}
.footer .main .logo_box>.bottoms>p>a{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
}
.footer .main .logo_box>.bottoms>p>span{
	padding-left:10px;
	padding-right:10px;
}
.footer .main .link_box{
	width: 380px;
	float: right;
}
.footer .main .link_box h3{
	font-size: 16px;
	color: #fff;
}
.footer .main .link_box .links{
	margin: 20px 0 35px;
	color: rgba(255,255,255,.2);
}
.footer .main .link_box .links a{
	font-size: 14px;
	color: #fff;
	opacity: .2;
	display: inline-block;
	padding: 0 5px;
	line-height: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.footer .main .link_box .items{
	overflow: hidden;
	margin-top: 20px;
}
.footer .main .link_box .item{
	width: 33.33%;
	max-width: 140px;
	float: left;
	padding-right: 20px;
}
.footer .main .link_box .item:nth-child(3){display:none}
.footer .main .link_box .item img{
	width: 100%;
	display: block;
}
.footer .main .link_box .item p{
	text-align: center;
	font-size: 14px;
	color: #fff;
	opacity: .2;
	margin-top: 10px;
}
.footer .main .block a:hover{
	opacity: 1;
}
.footer .main .link_box .links a:hover{
	opacity: 1;
}
.footer .copyright .link a:hover{
	opacity: 1;
}



body.ovh{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.Search-alert{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #00438f;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	display: none;
}
.Search-alert .close{
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4%;
	right: 2.6%;
	background: url(../images/icon_search_close.png) no-repeat;
	cursor: pointer;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.Search-alert .close:hover{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.Search-alert .searchbar{
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 2.6%;
	width: 94.8%;
	overflow: hidden;
}
.Search-alert .searchbar .txt{
	width: 100%;
	height: 100px;
	line-height: 100px;
	padding: 0 80px;
	background-color: transparent;
	font-size: 40px;
	color: #fff;
	background-image: url(../images/icon_search_pop.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	border-bottom: #fff solid 1px;
	border-color: rgba(255,255,255,.2);
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.Search-alert .searchbar .txt::-webkit-input-placeholder{color: #fff;}
.Search-alert .searchbar .txt::-moz-placeholder{color: #fff;}
.Search-alert .searchbar .txt:-moz-placeholder{color: #fff;}
.Search-alert .searchbar .txt:-ms-input-placeholder{color: #fff;}
.Search-alert .searchbar .txt:focus{
	border-color: #fff;
}
.Search-alert .searchbar .btn{
	position: absolute;
	width: 80px;
	height: 100%;
	border: 0;
	top: 0;
	right: 0;
	background-color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-family: 'pingfang','Microsoft YaHei';
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.Search-alert .searchbar .btn:hover{
	background: #000;
	color: #fff;
}

#endtxt{line-height: 180%;}



.common_subnav{padding: 50px 0; border-bottom: 1px solid #f2f2f2; background: #fff; position: relative; z-index: 9;}
.common_subnav .main{font-size: 0; text-align: center;}
.common_subnav .main a{width: 11%;display: inline-block; font-size: 18px; color: #151515; line-height: 60px; vertical-align: top; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.common_subnav .main a.active,.common_subnav .main a:hover{color: #fff; background: #00438f;}
.common_subnav.fixed{position: fixed; left: 0; right: 0; top: 96px; padding: 20px 0; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.common_subnav.fixed .main a{line-height: 40px;}

@media screen and (max-width: 1600px){
	.Search-alert .searchbar{
		margin-top: -40px;
	}
	.Search-alert .searchbar .txt{
		height: 80px;
		line-height: 80px;
		font-size: 40px;
	}
}
@media screen and (max-width: 1500px){
	.header{padding-top: 20px;}
	.header ul{padding-right: 70px;}
	.header ul li{margin: 0 15px 15px;}
	.header ul li a.border:before{left: -15px;}
	.header .btn{width: 65px; height: 65px; background-size: auto 18px;}
	.header.inner ul{bottom: 5px;}
	.header.inner{padding: 10px 60px;}
	.footer .main .block{margin-right: 4%;}
	.footer .main .logo_box{margin-left: 2%;}
	.footer .main{padding: 3% 60px;}	
	.Search-alert .searchbar{
		margin-top: -30px;
	}
	.Search-alert .searchbar .txt{
		height: 60px;
		line-height: 60px;
		font-size: 30px;
	}
	.common_subnav.fixed{padding: 10px 0;}
	.common_subnav .main a{font-size: 14px;}
}
@media screen and (max-width: 1300px){
	.header ul li{margin: 0 10px 15px;}
	.header ul li a.border:before{left: -10px;}
	.footer .main .block{margin-right: 30px;}
	.footer .main .logo_box p{font-size: 14px;}
}
@media screen and (max-width: 1200px){
	.header{padding: 20px 30px 0;}
	.header ul{left: 300px;}
	.header ul li{margin: 0 8px 10px;}
	.header ul li a.border:before{left: -8px;}
	.header.inner ul{bottom: 12px;}
	.footer .main .block{margin-right: 20px;}
	.footer .main .logo_box{margin-left: 10px;}
	.footer .main .link_box{width: 260px;}
}
@media screen and (max-width: 992px){
	.header{padding: 5px 15px !important; background: #00438f; display: block !important;}
	.header ul{position: fixed; top: 0; right: -100%; left: auto; width: 100%; background: #fff; padding: 100px 40px 0; text-align: center; -webkit-transition: all 300ms ease; transition: all 300ms ease;}
    .header ul.active{right: 0;}
	.header ul li a{color: #666; font-size: 16px;}
	.header ul li{display: block;}
	.header ul li a.search{position: fixed; top: 16px; right: 50px;}
	.header .logo img{height: 40px; width: auto;}
	.header .btn{display: none;}
    .mNavBtn {display:block;width:24px;height:16px;right:10px;top:20px;position:fixed;cursor:pointer;z-index:15;}
    .mNavBtn.active span{background: #00438f;}
    .mNavBtn.active .line2 {display:none;}
    .mNavBtn.active .line1 {transform:rotate(45deg);top:7px;}
    .mNavBtn.active .line3 {transform:rotate(-45deg);bottom:7px;}
    .mNavBtn span {position:absolute;left:0;width:24px;height:2px;background:#fff; -webkit-transition:all 0.3s ease; transition:all 0.3s ease;}
    .mNavBtn span.line1 {top:0;}
    .mNavBtn span.line2 {top:7px;}
    .mNavBtn span.line3 {bottom:0;}
	.footer .main{padding: 20px 15px;}
	.footer .main .block{display: none;}
	.footer .main .logo_box .p{margin-top: 20px;background:none;padding:0}
	.footer .main .logo_box > .bottoms > p{padding-top:0;}
	
	.footer .main .link_box{display: none;}
	.footer .copyright{padding: 15px;}
	.footer .copyright .link{float: none; text-align: center;}
	.footer .copyright span{float: none; display: block; text-align: center; margin-top: 10px; line-height:14px;line-height:180%}
	.Search-alert .close{
		top: 2%;
	}
	.Search-alert .searchbar{
		margin-top: -20px;
	}
	.Search-alert .searchbar .txt{
		height: 40px;
		line-height: 40px;
		padding: 0 50px 0 30px;
		background-position: 4.5px center;
		font-size: 20px;
	}
	.Search-alert .searchbar .btn{
		width: 50px;
		height: 40px;
		font-size: 14px;
	}
	.bottoms{display:none}
	.fixedBoxWrapper{display: none;}

	.common_subnav.fixed{position:static}
	.common_subnav .container{width:96%}
	.common_subnav .main a{width: 33.3%;line-height: 40px;}
	.common_subnav{z-index:8; padding: 20px 0;}
	
}
@media screen and (max-width: 660px){
	.header{padding: 10px 15px 10px 9px !important;}
	.header .logo img{height: 30px; width: auto;}
	.header ul li a.search{top:15px;}
	.mNavBtn{top:17px;}
	
}






@media screen and (max-width: 1440px)
{

 .header ul li a {
    font-size: 12px !important;
    line-height: 24px;
    color: #676767;
}
    
.header .logo img {
    display: block;
    width: 74%;
}


.section3 .item {
    width: 33.33%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 181px !important;
}


.col-md-3 div {
    width: 320px;
    height: 260px;
}

.col-md-3 img {
    width: auto;
    height: 255px;
}

.col-md-5 div {
    width: 571px;
    height: 536px;
}
    
    .col-md-5 img {
    width: auto;
    height: 536px;
}

.col-md-4 div {
    width: 420px;
    height: 259px;
}

.container_s {
    width: 86%;
    max-width: 1440px;
    margin: 0px auto;
}

.section2 .title p {
    font-size: 12px !important;
    line-height: 30px;
    color: rgba(255,255,255,.8);
}

.section2 .title h3 {
    font-size: 1.2em !important;
    color: #fff;
}


    
    
    }